home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 46
/
Aminet 46 (2001)(GTI - Schatztruhe)[!][Dec 2001].iso
/
Aminet
/
text
/
edit
/
edt10src.lha
/
txt
/
scripts
/
CreateCD.edt
< prev
next >
Wrap
Text File
|
1995-02-28
|
744b
|
51 lines
/* CreateCD - CD-Datei aus StrPool.mod erzeugen */
OPTIONS RESULTS
Busy "Erzeuge CD-Datei ..."
DisplayOff
Get WINDOWID
src=RESULT
NewWindow
New
DisplayOff
LinkChanges
Get WINDOWID
dest=RESULT
Insert "; Edt: Catalog Description $VER 10.0 (28.7.94)"||'0a'x||";"||'0a'x
SelectWindow src
Top; First
i=0
Find NEXT 'D = "'
DO WHILE RESULT
Get COLUMN
p0=RESULT+5
Set COLUMN 2
Read p0-5-2
var=RESULT
Last
Left 2
Read 1
IF RESULT~='"' THEN
Right
Get COLUMN
len=RESULT-p0
Set COLUMN p0
Read len
str=RESULT
SelectWindow dest
Insert var||" ("||i||"//)"||'0a'x||str||'0a'x
i=i+1
SelectWindow src
Find NEXT 'D = "'
END
SelectWindow dest
LinkChangesDone
DisplayOn
SelectWindow src
DisplayOn
BusyDone
Top; First